web tools Posts
Page 1 of 1 • 5 total posts
-
Using GitHub to Edit Your Blog
Moving to Astro and hosting my website using GitHub and Cloudflare pages meant that I no longer have easy access to a graphical interface, like WordPress, to add and edit new posts on the website. It means I have to do most of my writing on my main computer where ...
-
Astro Partial Dynamic Routing Matching
I am working on a website redo for a website I run making plans to move it from ClassicPress/WordPress to Astro but that website has a significantly more posts and will be using server side rendering. I was having some issues with routing, mainly the issue is the posts structure ...
-
Website Rebuild - Astro SSG vs. SSR
One of the things I really like about Astro is the options you get. Astro is a fantastic static site generator (SSG), which is what I use here, but it also provides you with the ability to run using server side rendering which is more like a traditional server model ...
-
Website Rebuild - Comments are Dead
At one time the whole point of creating a blog was to engage with your readers in discussion in the comments section. Times have changed. Now comment sections have turned into giant dung heaps of vitriol. One only needs to look at the discussion that takes place on the majority ...
-
Website Rebuild - Learning Markdown
One of the things that has been a learning curve for me with this website rebuild is the switch to using Markdown. I have been using HTML since 1995 and to be honest it has been a bit of a challange to not write posts using HTML. In WordPress/ClassicPress I ...